/*Header start*/

body {
            font-family: Times New Roman, sans-serif;
            text-align: center;
            margin: 20;
            color: #333;
			padding: 0;
        }
        .logo-container {
            max-width: 600px;
            margin: auto;
        }
        h1 {
            font-size: 6em;
            color: red;
        }
		.contact-info address {
			font-style: normal;
			line-height: 1.5;
			text-al	gn: center; /* Centers text inside the section */
        }
		.italic {
            font-style: italic; /* Italicize the text */
			color: red;
        }
        .bold {
            font-weight: bold; /* Make the text bold */
            font-style: normal; /* Ensure the text is not italicized */
			color: red
		}
		.center-content {
			margin-top: 50px;
		}
		.description {
			text-align: center;
		} 
		.generalfont {
			text-align: left;
		}
/*Header end*/
/*second set*/
.title {
  color: red;
  text-align: center;
  font-size: 2em;
  font-family: sans-serif;
}

.contact-info {
  text-align: center;
  font-family: Times New Roman, sans-serif;
}

.contact-info h2 {
  margin-top: 1em;
  font-size: 1.5em;
}

.contact-info address {
  font-style: normal;
  line-height: 1.6;
  margin-top: 1em;
}

.gold-info {
  font-family: Times New Roman, sans-serif;
  line-height: 1.6;
  text-align: left;

}

.gold-info p {
  margin-bottom: 1.5em;
}

.highlight {
  color: red;
  font-weight: bold;
}

.pdf-preview {
  max-width: 800px;
  margin: 0 auto;
  font-family: Times New Roman, sans-serif;
}

.entry {
  text-align: center;
  margin-bottom: 2em;
}

.symbol {
  color: red;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
  margin: 0.3em 0;
}

.entry a {
  display: block;
  margin: 1em 0;
  font-weight: bold;
  color: #0066cc;
  text-decoration: none;
}

.entry a:hover {
  text-decoration: underline;
}

.entry img {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
}

body {
  font-family: "Times New Roman", Times, serif;
}

.navigation-links {
  text-align: center;
  margin-top: 2em;
  font-size: 0.9em;
}

.navigation-links a {
  color: #0066cc;
  text-decoration: none;
  margin: 0 0.5em;
}

.navigation-links a:hover {
  text-decoration: underline;
}

.revision-date {
  font-style: italic;
  margin-top: 1em;
}